Creating and Managing the Coercion Handler Dispatch Tables
The Apple Event Manager provides three functions that allow you to create and manage the coercion handler dispatch tables. TheAEInstallCoercionHandler
function installs a coercion handler routine in either the application or system coercion dispatch table. TheAEGetCoercionHandler
function returns the handler for a specified descriptor type coercion. TheAERemoveCoercionHandler
function removes a coercion handler from either the application or system coercion table.
Subtopics
- AEInstallCoercionHandler
- AEGetCoercionHandler
- AERemoveCoercionHandler